{strip}
{if !$getTab}
{$this->lang['General_settings']}
{else if $getTab == 'basic-info'}
{$this->lang['basic_info']}
{$this->lang['interests']}:
{$this->lang['favorite_quotes']}:
{$this->lang['My_Hobbies']}:
{$this->lang['About_me']}:
{else if $getTab == 'personal-views'}
{$this->lang['personal_views']}
{$this->lang['political_views']}:
{$this->lang['world_view']}:
{$this->lang['personal_priority']}:
{$this->lang['important_in_others']}:
{$this->lang['views_on_smoking']}:
{$this->lang['views_on_alcohol']}:
{else if $getTab == 'privacy'}
{$this->lang['Privacy']}
{else if $getTab == 'locHistory'}
{$this->lang['Your_location_history_for_the_last_2_months']}
{else if $getTab == 'blacklist'}
{$this->lang['Black_list']}
    {assign var=c_g value=0} {foreach $this->getUsersFromBlackList() as $res}
  • {$res.fullname}
    {$res.fullname}
  • {foreachelse} {assign var="empty_blacklist" value=1} {/foreach}
{if isset($empty_blacklist)}{$this->info_msg($this->lang['no_blacklist'])}{/if}
{/if}
{/strip}